home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / bgfax155.zip / RENEGADE.TXT < prev    next >
Text File  |  1995-08-12  |  2KB  |  37 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for using BGFAX with Renegade 5-31-94 and higher      08-12-95
  3. B.J. Guillot, with help from Terminal Psycosis BBS (713-240-7059)
  4. FidoNet 1:106/400                         InterNet: bjg90783@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. BGFAX was tested with the Renegade 5-31-94 overlay.  I am assuming higher
  8. versions of Renegade work okay.
  9.  
  10. 1. From now on, to get your system ready to answer calls, start up your
  11.    BBS by using the FBBS.BAT file included with BGFAX.
  12. 2. Be sure all the BGFAX files are copied into the directory as specified
  13.    by the BGFAX environment variable (A "SET BGFAX=C:\BGFAX" line must
  14.    exist in either your AUTOEXEC.BAT or FBBS.BAT file).
  15. 3. Make sure your BGFAX.CNF file is configured to use the proper fax class
  16.    that your modem supports (you may need to comment and uncomment some
  17.    lines in the BGFAX.CNF file).
  18.  
  19. You need to make a file called EXEBBS.BAT in the BGFAX directory.
  20.  
  21. EXEBBS.BAT
  22. ~~~~~~~~~~
  23. @echo off
  24. cd\renegade
  25. renegade -B%1 -Q
  26. %bgfax%\fbbs.bat
  27.  
  28. The most frequent problem people have with this setup... Once people get
  29. every thing configured, a data call comes into BGFAX, it transfers control
  30. to Renegade, but the user that called in sees only garbage characters on
  31. their screen.  The problem is that you have BGFAX's DTE speed set to a
  32. speed different than that of what Renegade is using.  The port speeds in
  33. BGFAX and Renegade **MUST BE LOCKED AT THE SAME SPEED**  (BGFAX.CNF defaults
  34. to sp=57600, while Renegade may default to a locked speed of 38400.  You
  35. must change the speed in either BGFAX or Renegade so that they are the same!)
  36.  
  37.